home *** CD-ROM | disk | FTP | other *** search
- #
- # --- Version 2.2 90-10-12 16:25 ---
- #
- # CTask sample applications Make-File for Borland's make.
- # Application: TESTMOD.ASM
- #
- # "model" is the memory model letter to use (all except Tiny & Huge).
- #
- !if !$d(model)
- model=l
- !endif
- ctlib=ctasktc
-
- .asm.obj:
- tasm /JMASM51 /w /w-pdc /mx $*
-
- testmod.exe: testmod.obj $(ctlib).lib ctsuptc$(model).lib
- tlink /M testmod,,,$(ctlib) ctsuptc$(model)
-
- testmod.obj: testmod.asm tsk.mac
-